diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-24 22:06:09 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-24 22:06:09 +0200 |
commit | b0a905b14ff90f2240e5aa2928d5329d8494cb46 (patch) | |
tree | 51c488dc72f0ba50b666d57eea6a23f8c8a731b7 /shared/makefile | |
parent | 937a3a736aaf2c468c8c8e8dbc7963a87eae890f (diff) |
fix `make clean`
Diffstat (limited to 'shared/makefile')
-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 |