plainbin/Makefile
2024-06-29 14:39:23 +03:00

6 lines
83 B
Makefile

CFLAGS?=-pedantic -O0 -s -Wall
CC?=cc
all:
$(CC) plainbin.c $(CFLAGS) -oplainbin