g2e/Makefile

5 lines
89 B
Makefile
Raw Normal View History

2021-12-14 00:34:15 +00:00
clean:
rm example-book.gpub
gpub:
cd example-gpub; zip -r ../example-book.gpub *; cd -