From 1647f4b4f9ebef8b938222b1f48d9a15cc262e97 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Wed, 25 Mar 2020 20:48:19 +0100 Subject: clean-up the mess Signed-off-by: Toni Uhlig --- aoe2hd/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'aoe2hd') 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 -- cgit v1.2.3