blob: d2c966a71411b2f81c1a4cc9580c786d4a0b54d7 [file] [log] [blame]
C_SOURCES := main.c
LD_EXTRAS = hidden.o
a.out: hidden.o
hidden.o: hidden.c
$(CC) -g0 -c -o $@ $<
include Makefile.rules