view Makefile @ 2:75f25ab4022c

update
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Thu, 25 Jul 2019 09:00:25 +0900
parents 7d266b61ec2a
children 3cdf1d015159
line wrap: on
line source

CFLAGS=-std=c11 -g -static -Wall

9cc: 9cc.c

test: 9cc
	./test.sh

clean:
	rm -f 9cc *.o *~ tmp*

.PHONY: test clean