Browse Source

Rename lib/inc -> lib/include

Clara Hobbs 6 years ago
parent
commit
a72f94e1ca
2 changed files with 1 additions and 1 deletions
  1. 0
    0
      lib/include/pd.h
  2. 1
    1
      lib/pd-buddy.mk

lib/inc/pd.h → lib/include/pd.h View File


+ 1
- 1
lib/pd-buddy.mk View File

@@ -2,4 +2,4 @@
2 2
 PDBSRC = $(wildcard $(PDBLIB)/src/*.c)
3 3
 
4 4
 # Include directories
5
-PDBINC = $(PDBLIB)/inc
5
+PDBINC = $(PDBLIB)/include

Loading…
Cancel
Save