diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ gprof: make "CC=gcc" "CC2=gcc" ek "CFLAGS=-DNODEBUG -pg" "LNKFLAGS=-pg" clean: - rm -f $(OBJS) core + rm -f $(OBJS) ek core makewhat: @echo 'Defaulting to gcc...' |