Begin converting QS engine to CPP
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
INPUT := gfx/conback.lmp \
|
||||
maps/[email protected] \
|
||||
maps/[email protected] \
|
||||
maps/[email protected] \
|
||||
maps/[email protected] \
|
||||
maps/[email protected] \
|
||||
maps/[email protected] \
|
||||
default.cfg
|
||||
|
||||
OUTPUT := quakespasm.pak
|
||||
|
||||
$(OUTPUT): $(INPUT)
|
||||
./mkpak.sh $(INPUT) > $(OUTPUT)
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f $(OUTPUT)
|
||||
|
||||
Reference in New Issue
Block a user