aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3096572..ffc2660 100644
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,8 @@ ifeq ($(LBITS),64)
-$(CC) $(CFLAGS) $(X64_FLAGS) $(OCFLAGS) -o $@_x64 $<
endif
+rebuild: clean all
+
clean:
$(RM) -f *.o
$(RM) -f $(TARGETS) $(patsubst %,%_x64,$(TARGETS))