diff options
Diffstat (limited to 'aoe2hd')
-rw-r--r-- | aoe2hd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/aoe2hd/Makefile b/aoe2hd/Makefile index a27fe02..81d32b1 100644 --- a/aoe2hd/Makefile +++ b/aoe2hd/Makefile @@ -30,3 +30,7 @@ aoe2hd: $(patsubst %.cpp,src/%.o,$(AOE2HD_SRC)) src/native.o $(CXX) $(CFLAGS) $(LDFLAGS) -o $@ $^ -lpsapi @echo 'Finished building target: $@' @echo ' ' + + +clean: + rm -f aoe2hd.exe *.o *.d |