From 7b771aace72d9c78339e925f047af923e1ede7d3 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Mon, 28 Aug 2023 13:24:57 +0300 Subject: remove makefile and update readme --- Makefile | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile deleted file mode 100644 index a32c132..0000000 --- a/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -SRC = tictactoe.tal - -PROG = $(SRC:.tal=.rom) - -CLEANFILES = $(PROG) - -UXNASM = uxncli ~/roms/asma.rom -# UXNASM = uxncli ~/roms/drifblim.rom -# UXNASM = uxnasm - -UXNEMU = uxnemu -# UXNEMU = uxn11 - -all: $(PROG) - -.tal.rom: - $(UXNASM) $< $@ - -$(PROG): $(SRC) - -run: $(PROG) - $(UXNEMU) $< - -lint: $(SRC) - uxncli ~/roms/uxnlin.rom $< - -clean: - rm -f $(CLEANFILES) - -.PHONY: all run clean -.SUFFIXES: .tal .rom -- cgit v1.2.3