test/trim-src: Fix: test.mk doesn't belong into the git repo

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-11-25 16:15:55 +01:00
commit 150bf5fd69

View file

@ -1,22 +0,0 @@
TOPDIR = ../..
MAKEFLAGS += --no-builtin-rules
INPUT = test.mk
EXE = $(TOPDIR)/scripts/trim-src.py
EXE_ARGS = beautify $(INPUT)
include $(TOPDIR)/make/proj.mk
include $(MODDIR)/make/py-run.mk
run: $(INPUT)
$(INPUT):
cp Makefile $@
clean.test:
rm -f $(INPUT)
clean: clean.test
help:
python $(EXE) -h
python $(EXE) beautify -h