1
0
mirror of https://github.com/deater/dos33fsprogs.git synced 2025-02-17 09:31:19 +00:00
Vince Weaver b1238af49d re-arranged the entire directory structure
this will probably upset people
2021-01-05 15:29:31 -05:00

11 lines
165 B
Makefile

include ../../Makefile.inc
all: lyrics_to_asm
lyrics_to_asm: lyrics_to_asm.c
gcc -O2 -Wall -o lyrics_to_asm lyrics_to_asm.c
clean:
rm -f *~ *.o lyrics_to_asm