lcore.org gitweb
/
lcore.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
set line ending property on files to hopefully avoid line ending problems in future
[lcore.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 2ac49d3cb9ee315579694ebb8d0c97e9064a3e42..2d700694a6116db461347deb863ad72828a19311 100755
(executable)
--- a/
Makefile
+++ b/
Makefile
@@
-1,7
+1,10
@@
all: lcoretest
\r
\r
all: lcoretest
\r
\r
+nomessages:
\r
+ fpc -Sd -gl -dipv6 -dnomessages lcoretest.dpr
\r
+
\r
lcoretest: *.pas *.inc lcoretest.dpr
\r
lcoretest: *.pas *.inc lcoretest.dpr
\r
- fpc -Sd -dipv6 lcoretest.dpr
\r
+ fpc -Sd -
gl -
dipv6 lcoretest.dpr
\r
\r
clean:
\r
-rm *.o
\r
\r
clean:
\r
-rm *.o
\r