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