Skip to content
Snippets Groups Projects
Makefile.am 148 B
Newer Older
  • Learn to ignore specific revisions
  • Daniel Stenberg's avatar
    Daniel Stenberg committed
    CFLAGS	= -g -Wall -W
    
    AUTOMAKE_OPTIONS = foreign
    
    noinst_PROGRAMS = sws
    
    sws_SOURCES= sws.c getpart.c
    
    all:
    	echo "nothing to do here for make all"