Subversion Repositories HelenOS-historic

Rev

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

Rev 1397 Rev 1490
Line 44... Line 44...
44
#
44
#
45
 
45
 
46
OUTPUT = fb
46
OUTPUT = fb
47
SOURCES = \
47
SOURCES = \
48
	fb.c \
48
	fb.c \
49
	font-8x16.c
49
	font-8x16.c \
-
 
50
	main.c \
-
 
51
	sysio.c
50
 
52
 
51
OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
53
OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
52
 
54
 
53
.PHONY: all clean depend disasm
55
.PHONY: all clean depend disasm
54
 
56