mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-15 01:52:56 +01:00
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:
parent
cf60b29281
commit
150bf5fd69
1 changed files with 0 additions and 22 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue