diff options
Diffstat (limited to 'examples/psxpaint/Makefile')
| -rw-r--r-- | examples/psxpaint/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/psxpaint/Makefile b/examples/psxpaint/Makefile new file mode 100644 index 0000000..d1d5698 --- /dev/null +++ b/examples/psxpaint/Makefile @@ -0,0 +1,7 @@ +PROJNAME = psxpaint + +include ../project.mk + +$(PROJNAME)_extra: + +$(PROJNAME)_clean_extra: |
