nolibgs_hello_worlds/hello_world/Makefile
2021-07-12 21:19:12 -07:00

6 lines
68 B
Makefile

TARGET = hello_world
SRCS = hello_world.c \
include ../common.mk