Subversion Repositories HelenOS-historic

Rev

Rev 502 | Rev 795 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 502 Rev 713
Line 35... Line 35...
35
## Sources
35
## Sources
36
#
36
#
37
 
37
 
38
OUTPUT = init
38
OUTPUT = init
39
SOURCES = \
39
SOURCES = \
40
	init.c
40
	init.c \
-
 
41
	version.c
41
 
42
 
42
OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
43
OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
43
 
44
 
44
.PHONY: all clean depend
45
.PHONY: all clean depend
45
 
46