diff Makefile @ 2:712c7fd6702a

Remove a LOT of unneeded stuff
author Paper <mrpapersonic@gmail.com>
date Sun, 07 Aug 2022 10:41:55 -0400
parents 7abb5d8b20ea
children be4835547dd0
line wrap: on
line diff
--- a/Makefile	Sun Aug 07 10:23:10 2022 -0400
+++ b/Makefile	Sun Aug 07 10:41:55 2022 -0400
@@ -24,4 +24,5 @@
 	gcc -c $(CFLAGS) $< -o $@
 
 clean:
-	rm -f src/*.o *.dll
\ No newline at end of file
+	find . -type f -name '*.o' -not -path "./discord_game_sdk/*" -delete
+	find . -type f -name '*.dll' -not -path "./discord_game_sdk/*" -delete