mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-22 04:55:50 -04:00
8 lines
89 B
Makefile
8 lines
89 B
Makefile
LEVEL = ../../make
|
|
|
|
default: a.out
|
|
|
|
C_SOURCES := main.c
|
|
|
|
include $(LEVEL)/Makefile.rules
|