diff options
Diffstat (limited to 'shared/makefile')
-rw-r--r-- | shared/makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shared/makefile b/shared/makefile new file mode 100644 index 0000000..cfdf8ac --- /dev/null +++ b/shared/makefile @@ -0,0 +1,5 @@ +SOURCES += $(wildcard ../shared/*.c) +HEADERS += $(wildcard ../shared/*.h) + +clean:: + rm -f ../shared/*.o |