7 lines
67 B
Makefile
7 lines
67 B
Makefile
SUBDIRS = src
|
|
AM_CFLAGS = -std=c17
|
|
|
|
.PHONY: run
|
|
|
|
run:
|
|
./src/fckgw
|