1
0
mirror of git://projects.qi-hardware.com/xue.git synced 2025-04-21 12:27:27 +03:00

minor .gitignore improvement, removed risky wildcard from clean target

This commit is contained in:
Wolfgang Spraul
2010-12-19 13:46:18 +00:00
parent 6fc70661cf
commit fe25eaf1d5
2 changed files with 12 additions and 2 deletions

View File

@@ -12,14 +12,12 @@ MODULES= \
MLP6 \
stdpass
.SUFFIXES: .fpd .mod
.PHONY: all clean
all: $(MODULES:%=%.mod)
clean:
rm -f *~*.fpd
rm -f $(MODULES:%=%.mod)
.fpd.mod: