Skip to content
Snippets Groups Projects
Commit b8c8eba8 authored by Philip Kaluđerčić's avatar Philip Kaluđerčić :u7121:
Browse files

Redorder and fix sp.q rule

parent 444e91b2
No related branches found
No related tags found
No related merge requests found
QFILES != find . -name '[ws]s[[:digit:]][[:digit:]].q' -type f QFILES != find . -name '[ws]s[[:digit:]][[:digit:]].q' -type f
sp.q: $(QFILES)
cat "Systemprogrammierung 2" > $@
cat $^ >> $@
sp.json: sp.q sp.json: sp.q
./gen.pl $< > $@ ./gen.pl $< > $@
sp.q: $(QFILES)
cat $^ > $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment