CITS3007-labs/lab01-leap-year/Makefile

10 lines
89 B
Makefile
Raw Normal View History

2023-08-04 02:45:02 +08:00
CFLAGS = -pedantic -Wall -Wextra
all: test_leap
test_leap: test_leap.o
test_leap.o: