From 7deda52af66fab36f71dccf43eaa97336f22f027 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 19 Feb 2022 12:21:07 -0500 Subject: remove gettimeofday stuff --- 05/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '05/Makefile') diff --git a/05/Makefile b/05/Makefile index 902a7bf..b7dccab 100644 --- a/05/Makefile +++ b/05/Makefile @@ -34,4 +34,4 @@ install-tcc0: $(TCCDIR)/lib/libtcc1.a $(TCCDIR)/include/*.h $(TCC1): $(TCC0) $(TCCINST)/libtcc1.a cd $(TCCDIR) && ./tcc0 tcc.c -o tcc1 clean: - rm -f out* README.html *.out *.o $(TCC0) $(TCC1) $(TCCDIR)/lib/*.[oa] + rm -f out* README.html *.out *.o $(TCCDIR)/tcc[0123456] $(TCCDIR)/tcc[0123456]a $(TCCDIR)/lib/*.[oa] -- cgit v1.2.3