summaryrefslogtreecommitdiff
path: root/05/Makefile
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-02-19 12:21:07 -0500
committerpommicket <pommicket@gmail.com>2022-02-19 12:21:07 -0500
commit7deda52af66fab36f71dccf43eaa97336f22f027 (patch)
tree3c41ce09a85546951c298d29ef7eec5f4b21d20e /05/Makefile
parent9c6b9a1450d6610a37234b016bc1cfb021f30ee8 (diff)
remove gettimeofday stuff
Diffstat (limited to '05/Makefile')
-rw-r--r--05/Makefile2
1 files changed, 1 insertions, 1 deletions
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]