aboutsummaryrefslogtreecommitdiff
path: root/shared/makefile
blob: cfdf8ac194e365d8ffa4bcf0a815210d20becabd (plain)
1
2
3
4
5
SOURCES += $(wildcard ../shared/*.c)
HEADERS += $(wildcard ../shared/*.h)

clean::
	rm -f ../shared/*.o