Add/update makefiles

Signed-off-by: Alek Ratzloff <alekr@jsausa.com>
This commit is contained in:
Alek Ratzloff
2019-12-04 16:22:20 -05:00
parent f3c80f2fd2
commit 629afd166d
4 changed files with 42 additions and 2 deletions

View File

@@ -6,8 +6,8 @@ all: $(TARGET)
run: $(TARGET)
./$(TARGET)
$(TARGET): $(TARGET).hs
ghc -W $<
$(TARGET): $(TARGET).rs
rustc $< -g -O
.PHONY: clean
clean: