diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-03-25 20:48:19 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-03-25 20:48:19 +0100 |
commit | 1647f4b4f9ebef8b938222b1f48d9a15cc262e97 (patch) | |
tree | 5a62fbb1eae6be5dd47347cc1fdd1630c966f646 /aoe2hd | |
parent | 3c098b80155a4b61134dc3b3de5bdbc08855fc2f (diff) |
clean-up the mess
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
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 |