From 5bc170c54464a786136c1d7c0aefe732cd79dd14 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Wed, 1 Aug 2018 23:42:14 +1200 Subject: Rename simulator This project has had a name for a while now --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3c48b8b..f77bc2b 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,15 @@ CFLAGS += -std=c99 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=200809L -Wall -Wextra -all: simulator +all: hence -simulator: simulator.o common.o gate.o logic.o lex.o parse.o +hence: hence.o common.o gate.o logic.o lex.o parse.o .PHONY: test test: all $(MAKE) -C test all test clean: - rm -f parser simulator + rm -f hence rm -f *.o full-clean: clean -- cgit v1.1