diff options
| author | kitty <nepeta@canaglie.net> | 2026-03-16 00:41:24 +1100 |
|---|---|---|
| committer | kitty <nepeta@canaglie.net> | 2026-03-16 00:41:24 +1100 |
| commit | 8b07d5b4068ec54f8f1e62d151da84c42ebf3bdd (patch) | |
| tree | d9d3736c7339baf3b7a492ab9c4f540f9f058a15 /Makefile | |
| parent | c46d6efecc69641a36ef35af333e8c49f4aba631 (diff) | |
dummy sanctuary.fs
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,12 +1,13 @@ TARGET := sanctuary SRCS = sanctuary.s +FTHS = sanctuary.fs all: $(TARGET) $(TARGET): $(TARGET).o ld -N -static -o $@ $< -$(TARGET).o: $(SRCS) +$(TARGET).o: $(SRCS) $(FTHS) nasm -g -F dwarf -f elf64 -o $@ $< .PHONY: clean |
