diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-10 20:48:30 +0200 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-10 20:48:30 +0200 |
| commit | f3cb9b11b75869919ee5878e742a60488c761799 (patch) | |
| tree | 284298bd1a40267e71d2340806231ba74375ee64 /Makefile | |
| parent | 5dd35d3687c630a3da86c8e90dc635e7b56c528f (diff) | |
| download | perl-starter-f3cb9b11b75869919ee5878e742a60488c761799.tar.gz | |
fix line-ending confusion
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -5,21 +5,21 @@ PERL := perl PERL_CCOPTS := $(shell $(PERL) -MExtUtils::Embed -e ccopts) #PERL_LDOPTS := $(shell $(PERL) -MExtUtils::Embed -e ldopts) PERL_LDOPTS := -L/c/strawberry/perl/lib/CORE -lperl510 -
-CFLAGS := $(PERL_CCOPTS) -std=gnu99
-CPPFLAGS :=
-LDFLAGS := $(PERL_LDOPTS) -Wl,--subsystem,windows
-
-all : kephra.exe
+ +CFLAGS := $(PERL_CCOPTS) -std=gnu99 +CPPFLAGS := +LDFLAGS := $(PERL_LDOPTS) -Wl,--subsystem,windows + +all : kephra.exe starter_xsi.c: $(PERL) -MExtUtils::Embed -e xsinit -- -o $@ icon.o : icon.rc kephra_proton.ico $(RC) $< $@ -
-kephra.exe : starter.o starter_xsi.o icon.o
- $(CC) -o $@ $^ $(LDFLAGS)
+ +kephra.exe : starter.o starter_xsi.o icon.o + $(CC) -o $@ $^ $(LDFLAGS) clean: rm -f *.o starter_xsi.c kephra.exe |
