aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortoni <toni@devlap.local>2015-04-13 12:48:50 +0200
committertoni <toni@devlap.local>2015-04-13 13:00:36 +0200
commitde17c3e7e1f412dc39b1e9b08ab735dc14a9faaa (patch)
treee6c05412f532263bdcdeb3db909bafee51e76eaa /Makefile
parent844255f63087079326fc333601a218321ab97b3c (diff)
parentbd18cd8c67fd97f6bf0dceffae68799730ec582c (diff)
Merge branch 'master' of github.com:freecoding/bufflow
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))