Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/facebook/luaffifb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Gross <colesbury@gmail.com>2015-04-24 03:16:41 +0300
committerSam Gross <colesbury@gmail.com>2015-04-28 20:58:46 +0300
commit04b74bedf50c04224726f7d6565d890e662357d2 (patch)
treed1986a7900864030c05ebd6a8b2b154402c43e94
parent9fa458ab2a5ecf9e9ae706affa214dfe563f35ab (diff)
Don't delete call_*.h on clean.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6263e27..f1cba72 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ test_macosx:
posix: $(MODSO) $(TESTSO)
clean:
- rm -f *.o *.so call_*.h *.dylib
+ rm -f *.o *.so *.dylib
call_x86.h: call_x86.dasc dynasm/*.lua
$(LUA) dynasm/dynasm.lua -LN -o $@ $<