Skip to content
Snippets Groups Projects
Commit b6fa77bc authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

ModSim ass3: Changed some filenames.

parent 003140bf
No related branches found
No related tags found
No related merge requests found
CFLAGS=-Wall -Wextra -pedantic -std=c99 -D_GNU_SOURCE -g -O0
LDFLAGS=-lm
PROGS=test harm_osc
PROGS=test main
.PHONY: all clean
all: ${PROGS}
test: test.o logger.o methods.o
harm_osc: harm_osc.o models.o logger.o methods.o
test: test.o logger.o integration.o
harm_osc: main.o models.o logger.o integration.o
clean: ; rm -vf *.o ${PROGS}
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment