From: sangorrin Date: Thu, 7 Jun 2007 15:46:34 +0000 (+0000) Subject: updated Makefile X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/fosa.git/commitdiff_plain/1df2bd34791b89bd8d75660e279af97418a4d819 updated Makefile git-svn-id: http://www.frescor.org/private/svn/frescor/fosa/trunk@443 35b4ef3e-fd22-0410-ab77-dab3279adceb --- diff --git a/src_marte/Makefile b/src_marte/Makefile index 257c2f7..f381e14 100644 --- a/src_marte/Makefile +++ b/src_marte/Makefile @@ -1,8 +1,8 @@ .PHONY: clean all MARTE_PATH=$(HOME)/marte CC=mgcc -CFLAGS= -DMARTE_OS -g -Wall -I../include -I../../frsh/include -L$(MARTE_PATH)/misc -L../lib -OBJS=$(patsubst %c,%o,$(wildcard *.c)) +CFLAGS= -DMARTE_OS -g -Wall -I../include -I../../frsh/include -L../lib +OBJS=$(patsubst %.c,%.o,$(wildcard *.c)) FOSA_HEADERS=$(wildcard ../include/*.h) FRSH_FOSA_HEADERS=$(wildcard ../../frsh/include/frsh_fosa*.h)