From c8b77543492c56b747394e2a460074febeaaeab5 Mon Sep 17 00:00:00 2001 From: Philip J Freeman Date: Mon, 9 Jan 2017 00:35:32 -0800 Subject: stars: add starfield simulator from ph1l/stars --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 13eef36..2e6c01b 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ CFLAGS=-D_GNU_SOURCE -Wall -O3 -ffast-math -pthread $(shell pkg-config --cflags libdrm) -I. LDFLAGS=-lm -pthread $(shell pkg-config --libs libdrm) -SRC=rototiller.c modules/ray/*.c modules/roto/roto.c modules/sparkler/*.c drmsetup.c fb.c fps.c util.c +SRC=rototiller.c modules/ray/*.c modules/roto/roto.c modules/sparkler/*.c modules/stars/*.c drmsetup.c fb.c fps.c util.c all: rototiller -rototiller: $(SRC) Makefile modules/ray/*.h modules/roto/roto.h modules/sparkler/*.h drmsetup.h fb.h fps.h util.h +rototiller: $(SRC) Makefile modules/ray/*.h modules/roto/roto.h modules/sparkler/*.h modules/stars/stars.h drmsetup.h fb.h fps.h util.h $(CC) -o $@ $(SRC) $(CFLAGS) $(LDFLAGS) clean: -- cgit v1.2.3