diff options
author | toni <toni@devlap.local> | 2015-04-13 12:48:50 +0200 |
---|---|---|
committer | toni <toni@devlap.local> | 2015-04-13 13:00:36 +0200 |
commit | de17c3e7e1f412dc39b1e9b08ab735dc14a9faaa (patch) | |
tree | e6c05412f532263bdcdeb3db909bafee51e76eaa /Makefile | |
parent | 844255f63087079326fc333601a218321ab97b3c (diff) | |
parent | bd18cd8c67fd97f6bf0dceffae68799730ec582c (diff) |
Merge branch 'master' of github.com:freecoding/bufflow
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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)) |