-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
David Kinder
committed
Aug 7, 2002
0 parents
commit 1a8bcf4
Showing
111 changed files
with
22,518 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
SRCS = level9.c amiga.c generic.c | ||
OBJS = $(SRCS:"*.c":"*.o") | ||
|
||
all : Level9 Level9StdIO | ||
|
||
Level9 : level9.o amiga.o | ||
dcc %(right) -o %(left) | ||
|
||
Level9StdIO : level9.o generic.o | ||
dcc %(right) -o %(left) | ||
|
||
$(OBJS) : $(SRCS) | ||
dcc -DNO_SCAN_GRAPHICS -c %(right) -o %(left) |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.