shithub: psxe

Download patch

ref: 67dfa0a757a9badfa06702618966e701c19479c7
parent: 0c38f54483b2533ef18c990d679b49bfbc8c9711
author: allkern <lisandroaalarcon@gmail.com>
date: Sat May 11 08:11:06 EDT 2024

Update Makefile

--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@
 SOURCES += $(wildcard frontend/*.c)
 
 bin/psxe frontend/main.c:
-	ls \
+	ls
 	mkdir -p bin
 
 	gcc $(SOURCES) -o bin/psxe \
--