diff options
Diffstat (limited to 'makefile.static')
-rw-r--r-- | makefile.static | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile.static b/makefile.static index c9eb9368..30ae3649 100644 --- a/makefile.static +++ b/makefile.static @@ -24,6 +24,7 @@ clean: - rm -fv obj/gui/*.o - rm -fv obj/sound/*.o - rm -fv obj/graphic/*.o + - rm -fv obj/resources/*.o - rm -fv tmw obj/%.o: src/%.cpp |