.PHONY: build all all: build build: gcc aspace.c -o aspace clean: rm -rf aspace *.o *.s