Files
igcp/makefile
2025-11-08 09:05:19 +01:00

6 lines
68 B
Makefile

all:
gcc -g -Wall -Wextra linkage.c igc.c main.c
clean:
rm a.out