summaryrefslogtreecommitdiff
path: root/nandgame/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nandgame/Makefile')
-rw-r--r--nandgame/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nandgame/Makefile b/nandgame/Makefile
index 8bdb828..c82de16 100644
--- a/nandgame/Makefile
+++ b/nandgame/Makefile
@@ -16,5 +16,5 @@ simpc/Vcomputer: computer.sv cpp/Vcomputer__main.cpp cpp/disas.cpp
--Mdir simpc \
--cc --exe \
-CFLAGS "-I${PWD}/cpp" -LDFLAGS "-lncurses" \
- -DVERILATE --trace \
- $^ \ No newline at end of file
+ --trace \
+ $^