aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 15b21d8..a2eebed 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ $(TARGET): $(OBJS)
yasm -f elf -m amd64 -o $@ $<
clean:
- -rm $(OBJECTS) $(TARGET)
+ -rm -f *.o *.d $(TARGET)
test: $(TARGET)
LD_LIBRARY_PATH=. ./test.py