blob: 806c96740af14529ad1f2f488ca2309d72585752 [file] [log] [blame]
include Makefile.rules
a.out: globals.ll
$(CC) $(CFLAGS) -g -c $^ -o globals.o
$(LD) $(LDFLAGS) -g globals.o -o $@
clean::
rm -rf globals.o a.out *.dSYM