jumpforth/Makefile

3 lines
72 B
Makefile

jumpforth: jumpforth.S startup.4th
gcc -m32 -nostdlib -static -o $@ $<