Add syntax=fasm to FASM files
[rrq/jonasforth.git] / Makefile
index 5832cb65273096360cdc609330febe90d544462d..786399fbd158040dbb6245e66cf43c73a0616dfb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,7 @@
+.PHONY: run
+run: main
+       cat sys.f - | ./main
+
 main: main.asm impl.asm
        fasm $< $@