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

CFLAGS = -Wall -Wextra -I. -ggdb -fno-builtin

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