mrdudz
|
ce487651b0
|
as suggested by Oliver:
- only output messages if MAKELEVEL is 0
- indent nested ifeq
- use if (,) syntax
|
2021-05-16 22:24:35 +02:00 |
|
mrdudz
|
4ba3ff3048
|
redirect c64 to geos-cbm and apple2enh to geos-apple when given with SYS= on the command line, as suggested by oliver
|
2021-05-16 18:23:23 +02:00 |
|
mrdudz
|
86bd6b9add
|
Added executable list for all targets and print a message when certain
samples are not available for a target (instead of failing). This makes
"make SYS=<target>" in samples recursively work for all supported targets.
|
2021-05-15 19:48:19 +02:00 |
|
mrdudz
|
b773bb9ded
|
some more $(RM) vs $(DEL) fixing
|
2020-10-15 19:34:40 +02:00 |
|
mrdudz
|
6920b8be78
|
$(RM) abc -> @$(DEL) abc 2>$(NULLDEV)
|
2020-10-15 18:53:56 +02:00 |
|
mrdudz
|
a0dc7cd9e4
|
fix grc example, fix makefiles to compile grc example correctly
|
2020-10-15 18:41:17 +02:00 |
|
mrdudz
|
f60af0301a
|
fix non working Makefiles
|
2020-10-15 18:35:54 +02:00 |
|
mrdudz
|
5e2d2a54f6
|
added makefile for the GEOS samples. geosconio.c and rmvprot.c do not compile right now, someone with more GEOS knowledge should look at them
|
2020-08-27 14:25:33 +02:00 |
|