mirror of
git://c9x.me/qbe.git
synced 2026-04-05 09:59:47 +00:00
add handy src target to the Makefile
Intended usage: c_count `make src` (or similar).
This commit is contained in:
parent
d6316a9a5f
commit
5fde07c211
5
Makefile
5
Makefile
@ -72,6 +72,9 @@ check: $(OBJDIR)/$(BIN)
|
||||
check-arm64: $(OBJDIR)/$(BIN)
|
||||
TARGET=arm64 tools/test.sh all
|
||||
|
||||
src:
|
||||
@echo $(SRCALL)
|
||||
|
||||
80:
|
||||
@for F in $(SRCALL); \
|
||||
do \
|
||||
@ -82,4 +85,4 @@ check-arm64: $(OBJDIR)/$(BIN)
|
||||
}" < $$F; \
|
||||
done
|
||||
|
||||
.PHONY: clean clean-gen check check-arm64 80 install uninstall
|
||||
.PHONY: clean clean-gen check check-arm64 src 80 install uninstall
|
||||
|
||||
Loading…
Reference in New Issue
Block a user