diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-04-05 16:47:52 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-15 23:01:27 -0400 |
commit | 7ab237d8ed81702dfbe034fd49de2e9fc9eba08c (patch) | |
tree | 7fcc3688148cd288a146ebd1a552765a93d9444b /Makefile | |
parent | 11590df73669e4468d56ff2a1cc8774c66c38f90 (diff) | |
download | roux-7ab237d8ed81702dfbe034fd49de2e9fc9eba08c.tar.gz |
more cleaning
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 22c73f5..243ae93 100644 --- a/Makefile +++ b/Makefile @@ -10,4 +10,4 @@ test: bak @cc -O2 -o t tmain.c t.o && ./t clean: - rm -f bak t t.o + rm -f bak t *.o *.cm[io] |