Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/xcw/demo/Makefile

    r3875f106 r009c485  
    4343
    4444CC = helenos-cc
    45 LD = helenos-ld
    46 CFLAGS = -std=gnu11 -Wall `helenos-pkg-config --cflags libgui libdraw libmath` \
    47     -D_HELENOS_SOURCE
     45CFLAGS = -std=gnu99 -Wall `helenos-pkg-config --cflags libgui libdraw libmath`
    4846LIBS = `helenos-pkg-config --libs libgui libdraw libmath`
    4947output = viewer
     
    5755
    5856$(output): $(objects)
    59         $(LD) -o $@ $^ $(LIBS)
     57        $(CC) -o $@ $^ $(LIBS)
    6058
    6159%.o: %.c
Note: See TracChangeset for help on using the changeset viewer.