Archived
1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
PPGDoTEditor/Makefile
2014-07-06 04:27:42 +02:00

15 lines
162 B
Makefile

CC=coffee
all: PPGEditor.js
# coffeescript files
PPGEditor.js: PPGEditor.coffee
$(CC) -cm PPGEditor.coffee
# cleanup
.PHONY: clean
clean:
-rm PPGEditor.js