aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 7fcb26ccd9e91f9180d6dcbc6da5902a8c3c3497 (plain)
1
2
3
4
5
6
7
CC = gcc -m32

CFLAGS = -Wall -Wextra -Wno-strict-aliasing -I. -ggdb -fno-builtin

all:
	$(CC) $(CFLAGS) -c parser.c
	$(CC) $(CFLAGS) shell.c parser.o -o shell